Syntax

DC SET RAIN Strength, Speed Multiplier

Parameters

float: Strength

Strength of the rain.

float: Speed Multiplier

A multiplier for how fast the rain falls - for example, if you are running at 100x real-time, try using 0.01 for the speed multiplier.

Returns

This command does not return a value.

Example Code

rem Main loop
do
    dc set rain 0.5,0.01
loop

See also

DarkCLOUDS Commands Menu
Index